Package com.cisco.pt.ipc.sim
Interface Queue
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
QueueImpl
Information provided by the PKI file:
\class Queue
\brief Queue handles and manipulates QoS classes.
\example network().getDevice("Router0").getPolicyMapManager().getPolicyMapAt(0).getClassAt(0)
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Information provided by the PKI file:intInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getPacketCnt
int getPacketCnt()Information provided by the PKI file:
\brief Gets the packet count in the queue. \return int, value is the packet count in the queue.- Returns:
- int Returns a int
-
getName
String getName()Information provided by the PKI file:
\brief Gets the queue name. \return string, value is the queue name.- Returns:
- String Returns a String
-